home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11xd.zip / UUPC.RC < prev    next >
Text File  |  1992-11-20  |  15KB  |  258 lines

  1. # *--------------------------------------------------------------------*
  2. # *   UUPC.RC:  Sample UUPC/extended System configuration file         *
  3. # *                                                                    *
  4. # *   SAMPLE FILE ONLY -- Do not use if you have already installed     *
  5. # *   UUPC/extended and customized this file.                          *
  6. # *                                                                    *
  7. # *   This file is set by setting the environment variable             *
  8. # *   UUPCSYSRC to the full name of this file; this should be done     *
  9. # *   in your AUTOEXEC.BAT via the MS-DOS SET command or in OS/2       *
  10. # *   CONFIG.SYS.                                                      *
  11. # *--------------------------------------------------------------------*
  12.  
  13. # *--------------------------------------------------------------------*
  14. # *                   System configuration section                     *
  15. # *--------------------------------------------------------------------*
  16.  
  17. # *--------------------------------------------------------------------*
  18. # *   Your host name.  If you will register the system, this           *
  19. # *   should be unique in the first six characters.  All               *
  20. # *   registered system names are posted to USENET comp.mail.maps      *
  21. # *   monthly.                                                         *
  22. # *                                                                    *
  23. # *   Harris's Lament: All of the good ones are taken.                 *
  24. # *--------------------------------------------------------------------*
  25.  
  26. NodeName=foobar
  27.  
  28. # *--------------------------------------------------------------------*
  29. # *   Domain is your full host name according to the Internet          *
  30. # *   naming conventions; if you do not have a domain registered       *
  31. # *   with the Internet (you would know if you did!), use UUCP as      *
  32. # *   your domain Name.  The first part of the domain name is the      *
  33. # *   same as your host name if you are in the UUCP domain.            *
  34. # *--------------------------------------------------------------------*
  35. Domain=foobar.UUCP
  36.  
  37. # *--------------------------------------------------------------------*
  38. # *   If your return address is different than your host name, you     *
  39. # *   can override the address placed in the From:  line of            *
  40. # *   messages by adding the FromDomain keyword.  If used, the         *
  41. # *   this variable overrides the Domain keyword (above) in the        *
  42. # *   From:  field of mail headers.                                    *
  43. # *--------------------------------------------------------------------*
  44. #FromDomain=fubar.UUCP
  45.  
  46. # *--------------------------------------------------------------------*
  47. # *   Postmaster is where to deliver all mail that has a problem,      *
  48. # *   like an invalid user id.  Don't forget to read postmaster's      *
  49. # *   mail every so often!                                             *
  50. # *--------------------------------------------------------------------*
  51. Postmaster=postmast
  52.  
  53. # *--------------------------------------------------------------------*
  54. # *   Mailserv is the system all mail will be sent if it is not        *
  55. # *   destined for the local system (this PC) or another system        *
  56. # *   known to this system listed in the SYSTEMS file.  Note that      *
  57. # *   the system defined as your mail server must be listed in the     *
  58. # *   SYSTEMS file, otherwise UUCICO and MAIL will fail.               *
  59. # *--------------------------------------------------------------------*
  60. MailServ=mainframe
  61.  
  62. # *--------------------------------------------------------------------*
  63. # *   Directories used by UUPC.  The simplest thing to do is to        *
  64. # *   decide on the top directory (in this example C:/UUPC),           *
  65. # *   define that as the Configuration directory, and then define      *
  66. # *   the other system related directories as sub-directories of       *
  67. # *   the configuration Directory.  Note that all of the               *
  68. # *   directories listed below can be Left 'as-is', and UUPC will      *
  69. # *   create them automatically.                                       *
  70. # *                                                                    *
  71. # *   UUPC.RC and PERSONAL.RC can also be placed in the                *
  72. # *   configuration Directory, but the full path and file names        *
  73. # *   must be defined in your AUTOEXEC.BAT anyway.                     *
  74. # *--------------------------------------------------------------------*
  75.  
  76. # *--------------------------------------------------------------------*
  77. # *   ConfDir is the configuration directory for UUPC; the             *
  78. # *   SYSTEMS, PASSWD (if used) and HOSTPATH (if used) files must      *
  79. # *   be placed in this directory.                                     *
  80. # *--------------------------------------------------------------------*
  81. ConfDir=c:/uupc
  82.  
  83. # *--------------------------------------------------------------------*
  84. # *   Execution path; used ONLY by UUXQT, so leave your RMAIL and      *
  85. # *   other programs where you can find them with your normal DOS      *
  86. # *   or OS/2 path.  In addition to the commands in this path,         *
  87. # *   internal DOS commands can be executed (if authorized in          *
  88. # *   PERMISSN).                                                       *
  89. # *                                                                    *
  90. # *   Default path is the OS/2 or DOS PATH.                            *
  91. # *--------------------------------------------------------------------*
  92. #dos.path=C:/uupc/bin
  93. #os2.path=C:/uupc/os2bin
  94.  
  95. # *--------------------------------------------------------------------*
  96. # *   MailDir is where incoming mail is placed before it is read.      *
  97. # *--------------------------------------------------------------------*
  98. MailDir=c:/uupc/mail
  99.  
  100. # *--------------------------------------------------------------------*
  101. # *   NewsDir is where any news (if you arrange for it) will be        *
  102. # *   dumped by UUPC rnews processing.  Be sure to set up an           *
  103. # *   ACTIVE file as well if you use news.                             *
  104. # *--------------------------------------------------------------------*
  105. NewsDir=c:/uupc/news
  106.  
  107. # *--------------------------------------------------------------------*
  108. # *   SpoolDir is where outgoing mail queued for other systems,        *
  109. # *   various log files, and other transient information is            *
  110. # *   recorded.                                                        *
  111. # *--------------------------------------------------------------------*
  112. SpoolDir=c:/uupc/spool
  113.  
  114. # *--------------------------------------------------------------------*
  115. # *   PubDir is where files are transferred to.                        *
  116. # *--------------------------------------------------------------------*
  117. PubDir=c:/uupc/public
  118.  
  119. # *--------------------------------------------------------------------*
  120. # *   TempDir is used for temporary work files by MAIL and other       *
  121. # *   programs.  This can be a RAM disk if large enough.               *
  122. # *--------------------------------------------------------------------*
  123. TempDir=c:/tmp
  124.  
  125. # *--------------------------------------------------------------------*
  126. # *   ArchiveDir is the directory used by news to archive old          *
  127. # *   articles.  This variable is new with release 1.11m and is        *
  128. # *   required.                                                        *
  129. # *--------------------------------------------------------------------*
  130. ArchiveDir=c:/uupc/archive
  131.  
  132. # *--------------------------------------------------------------------*
  133. # *   Extension for mailboxes.  The default if omitted is no           *
  134. # *   extension; the suggested value is SPB (Snuffles Polar            *
  135. # *   Bear, our resident chocolate expert), which was chosen to be     *
  136. # *   unique.                                                          *
  137. # *--------------------------------------------------------------------*
  138. MailExt=SPB
  139.  
  140. # *--------------------------------------------------------------------*
  141. # *   UNIX systems support case-sensitive file names ("XXXX" is        *
  142. # *   not the same file as "xxxx") up to 14 characters in length.      *
  143. # *   Because MS-DOS only supports single case names up to 11 char-    *
  144. # *   acters in length, UUPC/extended has to map UNIX mixed case       *
  145. # *   names into unique valid DOS names to avoid duplicate files.      *
  146. # *                                                                    *
  147. # *   The default character set it uses to map names includes all      *
  148. # *   the characters that were valid in the Heath/Zenith OEM           *
  149. # *   version of MS-DOS 3.1, and should be fine for most purposes.     *
  150. # *   However, of you need to change the character set, you can;       *
  151. # *   BE SURE TO CLEAR YOUR SPOOL DIRECTORY before changing this       *
  152. # *   variable.                                                        *
  153. # *--------------------------------------------------------------------*
  154. #CharSet=!#$%&'()-0123456789@^_`abcdefghijklmnopqrstuvwxyz{}~
  155.  
  156. # *--------------------------------------------------------------------*
  157. # *   UUPC/extended supports optional anonymous UUCP, that is          *
  158. # *   systems you have not explicitly defined in your SYSTEMS file     *
  159. # *   being allowed to login to your system for file transfers and     *
  160. # *   any other commands that you authorize.  To enable this           *
  161. # *   support, uncomment the following keywored and set it to the      *
  162. # *   times remote systems are allowed to login.                       *
  163. # *                                                                    *
  164. # *   Note: You must also update the PERMISSN file for the system      *
  165. # *   *anonymous                                                       *
  166. # *--------------------------------------------------------------------*
  167. #AnonymousLogin=Any
  168.  
  169. # *--------------------------------------------------------------------*
  170. # *   Improperly addressed mail can loop if two systems are            *
  171. # *   configured in such a fashion that each think the other           *
  172. # *   should handle it.  By checking the number of "Received:"         *
  173. # *   lines in mail headers, mail catches the loop, sooner or          *
  174. # *   later.  You can leave it at the default, 20 hops, or lower       *
  175. # *   it if you are a dead-end (leaf) node.                            *
  176. # *--------------------------------------------------------------------*
  177. #MaximumHops=20
  178.  
  179. # *--------------------------------------------------------------------*
  180. # *   If you invoke UUPC/extended to answer the phone, you must        *
  181. # *   define the device to take the incoming calls, as shown           *
  182. # *   below.  This can be the name of any modem configuration file     *
  183. # *   (*.MDM) in the UUPC/extended configuration directory.            *
  184. # *--------------------------------------------------------------------*
  185. InModem=HAYES24
  186.  
  187. # *--------------------------------------------------------------------*
  188. # *   Information used by the Mail User's Shell, if installed          *
  189. # *   MushDir defines where to look for additional MUSH files;         *
  190. # *   This (commented out) default says look in the UUPC/extended      *
  191. # *   configuration directory.                                         *
  192. # *--------------------------------------------------------------------*
  193. #MushDir=C:\uupc
  194.  
  195. # *--------------------------------------------------------------------*
  196. # *   System boolean options; if not specified, the default for        *
  197. # *   each option is off, that is the option prefixed by "no".         *
  198. # *                                                                    *
  199. # *   These options can only be specified in the system                *
  200. # *   configuration file.  They cannot be listed in the                *
  201. # *   PERSONAL.RC file or changed via the options (o) command in       *
  202. # *   mail.                                                            *
  203. # *--------------------------------------------------------------------*
  204.  
  205. # *--------------------------------------------------------------------*
  206. # *   Option "bang" causes addressing information to be written in     *
  207. # *   node!user format, instead of the default user@node.domain        *
  208. # *   format.  Don't use it unless your mail server cannot handle      *
  209. # *   RFC-822 mail.                                                    *
  210. # *--------------------------------------------------------------------*
  211. options=nobang
  212.  
  213. # *--------------------------------------------------------------------*
  214. # *   Option "directory" causes mail to be delivered to                *
  215. # *   subdirectories built from the maildir (above) and the user's     *
  216. # *   name; for example, with the "directory" option, mail for         *
  217. # *   "moi" will be delivered to /uupc/moi/newmail.  Useful mostly     *
  218. # *   for networked PC's.                                              *
  219. # *--------------------------------------------------------------------*
  220.  
  221. options=nodirectory
  222.  
  223. # *--------------------------------------------------------------------*
  224. # *   Option "multiqueue" directs rmail to queue up only one copy      *
  225. # *   of mail for multiple addressees routed via the same host.        *
  226. # *--------------------------------------------------------------------*
  227. options=multiqueue
  228.  
  229. # *--------------------------------------------------------------------*
  230. # *   Option "syslog" directs UUCICO to write a system log entry       *
  231. # *   for each file transferred.  This was not supported previous      *
  232. # *   to release 1.11k, but was the default in that release.           *
  233. # *--------------------------------------------------------------------*
  234. options=nosyslog
  235.  
  236. # *--------------------------------------------------------------------*
  237. # *              Default personal configuration section                *
  238. # *--------------------------------------------------------------------*
  239.  
  240. # *--------------------------------------------------------------------*
  241. # *   Note that specific user information goes in the PERSONAL.RC      *
  242. # *   file, the name of which is defined by the environment            *
  243. # *   variable UUPCSYSRC.  However, any value allowed in in the        *
  244. # *   PERSONAL.RC file can also be added here, which will make the     *
  245. # *   value a global default.                                          *
  246. # *--------------------------------------------------------------------*
  247.  
  248.  
  249. # *--------------------------------------------------------------------*
  250. # *            The follow global defaults are suggested                *
  251. # *--------------------------------------------------------------------*
  252. BackupExt=BAK
  253. DOS.Editor=Edit %s
  254. OS2.Editor=E %s
  255.  
  256. Options=askcc autosign autoedit autoinclude backup dot purge verbose
  257. DOS.Options=doskey
  258.